multiple queries造句
例句与造句
- efficient execution of multiple queries on deep memory hierarchy
多存储层次中多个查询的高效执行 - walkthrough : creating a tableadapter with multiple queries
>演练:创建带有多个查询的tableadapter - each query hint can be specified only one time, although multiple query hints are permitted
每个查询提示只能指定一次,但允许指定多个查询提示。 - with a built-in connection object and the ability to contain multiple queries
早期版本的visualstudio的用户可以将tableadapter视为具有内置连接对象并能够包含多个查询的 - unlike standard data adapters, tableadapters can contain multiple queries to fill their associated data tables
与标准数据适配器不同,tableadapter可以包含多个查询,以填充其关联数据表。 - It's difficult to find multiple queries in a sentence. 用multiple queries造句挺难的
- 29 zhang y, chen z, zhou y . efficient execution of multiple queries on deep memory hierarchy full version
本文下一步需要考虑的是,minitasking如何与现有的数据库管理系统的查询执行引擎相结合。 - 20 o gorman k, agrawal d, abbadi a e . multiple query optimization by cache-aware middleware using query teamwork . in proc
在对tpc-h查询吞吐量的测试中,minitasking能够把系统的最终性能提高20%。 - for example, on the database you are using, it might be possible to send multiple queries to the database server in a single call
例如,根据你用的数据库,很可能允许在一次调用中发送多个查询请求。 - unlike standard data adapters, tableadapters have the ability to contain multiple queries to fill their associated data tables
与标准数据适配器不同,tableadapters可以包含多个查询来填充其关联数据表。 - you will typically use these if you want to check the exact contents of a table after running a test rather than running multiple queries
如果需要在运行一次测试而不是多次查询后检查表的确切内容,一般会用它们。 - compare multiple queries by viewing them on individual tabs or by splitting them either vertically or horizontally in the results window
你可以在单独的窗口,或者把结果窗口里的内容横向或纵向的分割来进行多种查询结果的比较。 - if it is hard to write a single closed sql query for the desired task, it might be easier to run multiple queries and post-process the results in a program
如果为一个期望的任务编写单独的(“闭合”)sql查询功能很困难的话,那么在程序中运行多个查询操作和后期处理查询结果就很可能容易些。 - using an and / or dag representing for multiple queries and views, we first formalize the process of propagating source relation changes to the materialized views by exploiting common sub-expressions between views and by using other materialized views that are not affected by these changes
使用视图间的通用子表达式和应用未被影响的实视图来将源关系的变化传播到实视图。随后,给出了一个判断实视图是否有用的算法。